home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 38
/
Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso
/
-seriously_amiga-
/
programming
/
other
/
wild
/
include
/
extensions
/
vektorial.i
< prev
Wrap
Text File
|
1999-01-25
|
673b
|
21 lines
IFND VektorialExtension
VektorialExtension SET 1
** Vektorial.library definitions.
STRUCTURE VektorialBase,wx_SIZEOF
LABEL vkb_SIZEOF
_LVOVekLookingAt EQU -30 ; a0:Origin(Vektor),a1:LookAt(Vektor)
_LVOCamLookingAt EQU -36 ; a0:Cam(Ref),a1:LookAt(Vektor),d0:mode (CAMD_?)
_LVORotateDD EQU -42 ; a0:Vek,d0:angle(0-1024),d1:X offset,d2:Y offset
***************************************************************************************
*** Camera modes *******
***************************************************************************************
CAMD_GROUND_ORIENTED EQU 1 ; Means the I versor is parallel to the ground. (Usually that's the best)
ENDC